home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Express Pd: GALORE
/
Express Pd Galore - The Amiga PD & Shareware CD (1994)(Express Pd)[!][Amiga-CD32-CDTV].iso
/
3.0
/
rexxc
/
ep_ejectmodule.dopus
< prev
next >
Wrap
Text File
|
1993-12-27
|
265b
|
17 lines
/* EaglePlayer - Eject Module (C) DEFECT */
address 'rexx_EP'
options results
status G fil
if result == "no" then do
address 'DOPUS.1'
toptext 'Eagleplayer: No Module loaded !'
end
else do
eject
address 'DOPUS.1'
toptext 'Eagleplayer: Module ejected !'
end